-
Notifications
You must be signed in to change notification settings - Fork 639
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Rules for LinkedIn #194075
base: master
Are you sure you want to change the base?
Added Rules for LinkedIn #194075
Conversation
www.linkedin.com##span:has-text(Promoted):upward(8) | ||
www.linkedin.com##span:has-text(Promoted) | ||
www.linkedin.com##li:has-text(Promoted) | ||
www.linkedin.com##span:has-text(Suggested):upward(8) | ||
www.linkedin.com##span:has-text(Suggested) | ||
www.linkedin.com##li:has-text(Suggested) | ||
www.linkedin.com##span:has-text(Recommended):upward(8) | ||
www.linkedin.com##span:has-text(Recommended) | ||
www.linkedin.com##li:has-text(Recommended) | ||
www.linkedin.com##span:has-text(orgeschlagen):upward(8) | ||
www.linkedin.com##span:has-text(orgeschlagen) | ||
www.linkedin.com##li:has-text(orgeschlagen) | ||
www.linkedin.com##span:has-text(obs recommende):upward(8) | ||
www.linkedin.com##span:has-text(obs recommende) | ||
www.linkedin.com##span:has-text(esponsert):upward(8) | ||
www.linkedin.com##span:has-text(esponsert) | ||
www.linkedin.com##li:has-text(esponsert) | ||
www.linkedin.com##li:has-text(obs recommende) | ||
www.linkedin.com##.premium-upsell-link | ||
www.linkedin.com##div.artdeco-card.overflow-hidden:has(a[class*="premium-upsell"]) | ||
www.linkedin.com##section.ad-banner-container | ||
www.linkedin.com##div.mn-sales-navigator-upsell.artdeco-card | ||
www.linkedin.com##section.artdeco-card:has(div[class^="jobs-home-upsell-"]) | ||
www.linkedin.com##div:has(a[class^="premium-upsell-link"]) | ||
www.linkedin.com##span.global-nav__secondary-premium-cta-text:upward(1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better use regexp, and :has
instead of :upward
. These rules has low performance.
Anlso need examples of ads - I can't reproduce.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the examples, just create a LinkedIn account (wait for 7 days or so)
Tested languages:
German
English
Feel free to apply the changes, I personally am not a professional AdGuard rules writer.
I use the aforementioned rules and I have no ads on LinkedIn anymore whatsoever
www.linkedin.com##span:has-text(orgeschlagen):upward(8) | ||
www.linkedin.com##span:has-text(orgeschlagen) | ||
www.linkedin.com##li:has-text(orgeschlagen) | ||
www.linkedin.com##span:has-text(esponsert):upward(8) | ||
www.linkedin.com##span:has-text(esponsert) | ||
www.linkedin.com##li:has-text(esponsert) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as above
! Remove user survey back to LinkedIn button tracking parameter | ||
||linkedin.com^removeparam=trk |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need steps to reproduce.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is happening when you click on an ad that asks you how you'd like to use premium.
There are tracking parameters there and also upon quitting the survey prematurely
! Premium upsell survey tracking | ||
||linkedin.com/premium/survey^$removeparam=isSS | ||
||linkedin.com/premium/survey^$removeparam=referenceId | ||
||linkedin.com/premium/survey^$removeparam=upsellOrderOrigin | ||
||linkedin.com/premium/survey^$removeparam=destRedirectURL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need steps to reproduce.
Creating the pull request
Prerequisites
To avoid invalid pull requests, please check and confirm following terms
What problem does the pull request fix?
#194071
If the problem does not fall under any category that is listed here, please write a comment below in corresponding section
What issue is being fixed?
Enter the issue address
Example: #194071
Add your comment and screenshots
If possible, a screenshot of a page or application should not be cropped too much. Otherwise, it is not always clear where the element is located
Please look at #194071 for screenshots of the problem.
I can't provide screenshots for privacy reasons, but all of the problems in the images are fixed by this PR
LinkedIn has
I've fixed that.
Terms